home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib8 / v_10_08 / 1008054a < prev    next >
Encoding:
Text File  |  1995-11-01  |  241 b   |  13 lines

  1. /* File: dlcodes.h */
  2.  
  3. /* Display list codes */
  4. #define FPOLY  0x01
  5. #define POLYL  0x02
  6. #define TEXT   0x03
  7. #define CIRCL  0x04
  8. #define FRECT  0x05
  9. #define FCIRCL 0x06
  10. #define RECT   0x07
  11. #define ARC    0x08
  12. #define POLYGN 0x09
  13.